crypto/x509.rfc1423Algo.cipherFunc (field)

8 uses

	crypto/x509 (current package)
		pem_decrypt.go#L39: 	cipherFunc func(key []byte) (cipher.Block, error)
		pem_decrypt.go#L49: 	cipherFunc: des.NewCipher,
		pem_decrypt.go#L55: 	cipherFunc: des.NewTripleDESCipher,
		pem_decrypt.go#L61: 	cipherFunc: aes.NewCipher,
		pem_decrypt.go#L67: 	cipherFunc: aes.NewCipher,
		pem_decrypt.go#L73: 	cipherFunc: aes.NewCipher,
		pem_decrypt.go#L150: 	block, err := ciph.cipherFunc(key)
		pem_decrypt.go#L207: 	block, err := ciph.cipherFunc(key)